Carbon


ResErrProcPtr

Header: Resources.h Carbon status: Supported

typedef void(* ResErrProcPtr) (
    OSErr thErr
);

You would declare your function like this if you were to name it MyResErrCallback:

void MyResErrCallback (
    OSErr thErr
);
thErr

AVAILABILITY

Supported in Carbon.


© 2000 Apple Computer, Inc. — (Last Updated 5/8/2000)